inspector: Drop an unused field
authorMatthias Clasen <mclasen@redhat.com>
Thu, 16 Jul 2020 00:24:00 +0000 (20:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 16 Jul 2020 11:14:01 +0000 (07:14 -0400)
gtk/inspector/resource-list.c
gtk/inspector/resource-list.ui

index bf8cc5faf0239287ae99e662dee2d0bf68171266..8499308f0a09fa4ddcd178006690545e2caeffd9 100644 (file)
@@ -42,7 +42,6 @@ enum
 
 struct _GtkInspectorResourceListPrivate
 {
-  GtkTreeStore *model;
   GtkTextBuffer *buffer;
   GtkWidget *video;
   GtkWidget *image;
@@ -894,7 +893,6 @@ gtk_inspector_resource_list_class_init (GtkInspectorResourceListClass *klass)
                            GTK_TYPE_WIDGET, G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
 
   gtk_widget_class_set_template_from_resource (widget_class, "/org/gtk/libgtk/inspector/resource-list.ui");
-  gtk_widget_class_bind_template_child_private (widget_class, GtkInspectorResourceList, model);
   gtk_widget_class_bind_template_child_private (widget_class, GtkInspectorResourceList, buffer);
   gtk_widget_class_bind_template_child_private (widget_class, GtkInspectorResourceList, content);
   gtk_widget_class_bind_template_child_private (widget_class, GtkInspectorResourceList, image);
index 74882e759279708a6259772e48428438d89681ce..5bc39fbcdf6edfdaf59f42f86c9afb484a053cb2 100644 (file)
@@ -1,13 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface domain="gtk40">
-  <object class="GtkTreeStore" id="model">
-    <columns>
-      <column type="gchararray"/>
-      <column type="gchararray"/>
-      <column type="gint"/>
-      <column type="guint64"/>
-    </columns>
-  </object>
   <object class="GtkTextBuffer" id="buffer"/>
   <template class="GtkInspectorResourceList" parent="GtkBox">
     <child>